

* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

a {
    cursor: url(../images/Acur.png),
    default;
}



.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.between {
    width: 1200px;
    margin: 0 auto;
}



/*ys-box*/
.ys-box {
    padding: 50px 0 0;
    box-sizing: border-box;
    background: url("../images/ys-bg.jpg") no-repeat center;
    height: 750px;

}

.ys-tit {
    text-align: center;
}

.ys-tit h6 {
    font-size: 38px;
    color: #000;
    font-weight: 100;
    line-height: 1;
}

.ys-tit h6 .ys-tit1 {
    font-weight: bold;
    font-size: 30px;
}

.ys-tit h6 .ys-tit2 {
    color: #0170b1;
    font-size: 45px;
    line-height: 1;
    font-weight: bold;
}

.ys-tit h6 i {
    font-size: 38px;
    line-height: 1;
    color: #0170b1;
	font-style: normal;
}

.ys-tit p {
    font-size: 18px;
    color: #666;
    line-height: 1;
    margin: 25px 0 15px;
}

.ys-tit .ys-tit-i {
    color: #cccccc;
    font-size: 12px;
}

.ys {
    margin-top: 127px;
    position: relative;
    width: 100%;
}

.ys-text {
    width: 1220px;
    height: 350px;
    position: relative;
}

.ys-text li {
    margin: 0 8px;
	list-style-type: none;
}

.ys-text .ys-img {
    width: 505px;
    height: 350px;
    box-shadow: 6px 10px 38px 0px rgba(9, 1, 4, 0.1);
    margin-right: 58px;
	overflow:hidden;
}

.ys-text .ys-img img {
    display: block;
    width: 100%;
    height: 130%;
}

.ys-text .ys-zi {
    width: 596px;
    height: 250px;
    position: relative;
}

.ys-text .ys-zi h6 {
    font-size: 24px;
    color: #333;
    line-height: 1;
    padding-top: 16px;
    margin-bottom: 40px;
}

.ys-text .ys-zi h6 i {
    font-size: 12px;
    color: #ccc;
}

.ys-text .ys-zi p {
    padding-left: 19px;
    box-sizing: border-box;
    background: url("../images/ys-jj.png") no-repeat 0 8px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.ys-text .ys-tell {
    position: absolute;
    bottom: 35px;
    left: 5px;
    width: 100%;
}

.ys-text .ys-tell i {
    display: block;
    font-size: 26px;
    color: #0167B8;
    padding-left: 5px;
    background: url("../images/tell3.png") no-repeat 0 0;
    margin-top: 12px;
	font-style: normal;
}

.ys-text .ys-tell a {
    display: block;
    text-align: center;
    width: 132px;
    height: 38px;
    border-radius: 19px;
    border: solid 1px #0167B8;
    line-height: 38px;
    transition: .6s;
	color: #0167B8;
}

.ys-text .ys-tell a:hover {
    background: #007cc2;
    border-color: #007cc2;
    color: #fff;
}

.ys-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 636px;
    height: 115px;
}

.ys-nav li:first-child {
    margin-left: 0;
}

.ys-nav li {
    width: 141px;
    height: 115px;
    background: #007cc2;
    float: left;
    color: #fff;
    margin-left: 24px;
    text-align: center;
    padding-top: 42px;
    box-sizing: border-box;
}

.ys-nav li.on {
    background: #ff7a0c;
}

.ys-nav li b {
    display: block;
    font-size: 18px;
    line-height: 1;
}

.ys-nav li i {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-top: 8px;
}


.title {
    text-align: center;
}

.title h6 {
    background: url("../images/title-line.png") no-repeat center;
    color: #0170b1;
    font-size: 36px;
}

.title p {
    color: #666666;
    font-size: 18px;
    line-height: 1;
    margin-top: 20px;
}
